Sets a value that determines whether all the series in the chart are stacked.
Syntax
object.Stacking [ = boolean]
The Stacking property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that controls whether all chart series are stacked, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | All chart series are stacked. |
False | (Default) Chart series are not stacked. |